projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0388bd
)
* lisp/ibuf-macs.el (define-ibuffer-filter): Wrap ,@body in a progn.
author
Tino Calancha
<tino.calancha@gmail.com>
Thu, 15 Dec 2016 06:02:32 +0000
(15:02 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Thu, 15 Dec 2016 06:02:32 +0000
(15:02 +0900)
lisp/ibuf-macs.el
patch
|
blob
|
history
diff --git
a/lisp/ibuf-macs.el
b/lisp/ibuf-macs.el
index 3c95f4c44ce23a45445046054835cbb54f44663a..fc8c127c1c313e96521032fbbadc2239b6c707b1 100644
(file)
--- a/
lisp/ibuf-macs.el
+++ b/
lisp/ibuf-macs.el
@@
-304,7
+304,7
@@
bound to the current value of the filter.
(push (list ',name ,description
(lambda (buf qualifier)
(condition-case nil
- ,@body
+ (progn ,@body)
(error (ibuffer-pop-filter)
(when (eq ',name 'predicate)
(error "Wrong filter predicate: %S"